Html Css Color HEX #C68637 Golden Bell

📋 copy color: '#C68637'

red 198 ◦ green 134 ◦ blue 55

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

Shades of Golden Bell #C68637

Tints of Golden Bell #C68637

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.63%

 BLUE value IS 55 (21.88% from 255) = 14.21%

R = 51.16%
G = 34.63%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C68637 (or 0xC68637) is known color: Golden Bell. HEX triplet: C6, 86 and 37. RGB value is (198,134,55). Sum of RGB (Red+Green+Blue) = 198+134+55=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 55 (21.88% from 255 or 14.21% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C68637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68637 is #3979C8. Grayscale: #909090. Windows color (decimal): -3766729 or 3638982. OLE color: 3638982.

HSL color Cylindrical-coordinate representation of color #C68637: hue angle of 33.15º degrees, saturation: 0.57, 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 #C68637 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 134 55 -
CMYK 0 0.32 0.72 0.22
HSL 33.15º 0.57% 0.5% -
HSV(B) 33.15º 0.72% 0.78% -
XYZ 32.5 29.33 7.56 -
YUV 144.13 77.7 166.42 -
System Red Green Blue C M Y K H S L
Decimal 198 134 55 0 0.32 0.72 0.22 33.15 0.57 0.5
Hex C6 86 37 0 20 48 16 21 39 32
Octal 306 206 67 0 40 110 26 41 71 62
Binary 11000110 10000110 110111 0 100000 1001000 10110 100001 111001 110010

Color Harmonies of #C68637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68637

Black with #C68637

Text Example


Text Example

White with #C68637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68637; }

 p { color: rgb(198,134,55); }

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

background-color css

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

 a { background-color: rgb(198,134,55); }

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

border-color css

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

 span { border-color: rgb(198,134,55); }

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