Html Css Color HEX #C68338 Golden Bell

📋 copy color: '#C68338'

red 198 ◦ green 131 ◦ blue 56

#C68338
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Bell #C68338

Tints of Golden Bell #C68338

RGB

 RED value IS 198 (77.73% from 255) = 51.43%

 GREEN value IS 131 (51.56% from 255) = 34.03%

 BLUE value IS 56 (22.27% from 255) = 14.55%

R = 51.43%
G = 34.03%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C68338 (or 0xC68338) is known color: Golden Bell. HEX triplet: C6, 83 and 38. RGB value is (198,131,56). Sum of RGB (Red+Green+Blue) = 198+131+56=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C68338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68338 is #397CC7. Grayscale: #8E8E8E. Windows color (decimal): -3767496 or 3703750. OLE color: 3703750.

HSL color Cylindrical-coordinate representation of color #C68338: hue angle of 31.69º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C68338 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 131 56 -
CMYK 0 0.34 0.72 0.22
HSL 31.69º 0.56% 0.5% -
HSV(B) 31.69º 0.72% 0.78% -
XYZ 32.12 28.52 7.55 -
YUV 142.48 79.2 167.6 -
System Red Green Blue C M Y K H S L
Decimal 198 131 56 0 0.34 0.72 0.22 31.69 0.56 0.5
Hex C6 83 38 0 22 48 16 20 38 32
Octal 306 203 70 0 42 110 26 40 70 62
Binary 11000110 10000011 111000 0 100010 1001000 10110 100000 111000 110010

Color Harmonies of #C68338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68338

Black with #C68338

Text Example


Text Example

White with #C68338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68338; }

 p { color: rgb(198,131,56); }

 H1.HeaderClassName
 {
   color: #C68338;
 }
 .AnyTagClassName
 {
   color: #C68338;
 }
</style>

background-color css

<style>
 a { background-color: #C68338; }

 a { background-color: rgb(198,131,56); }

 div.DivClassName
 {
   background-color: #C68338;
 }
 .BgClassName
 {
   background-color: #C68338;
 }
</style>

border-color css

<style>
 span { border-color: #C68338; }

 span { border-color: rgb(198,131,56); }

 td.TdClassName
 {
   border-color: #C68338;
 }
 .TagClassName
 {
   border-color: #C68338;
 }
</style>