Html Css Color HEX #C67D37 Golden Bell

📋 copy color: '#C67D37'

red 198 ◦ green 125 ◦ blue 55

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

Shades of Golden Bell #C67D37

Tints of Golden Bell #C67D37

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.07%

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

R = 52.38%
G = 33.07%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C67D37 (or 0xC67D37) is known color: Golden Bell. HEX triplet: C6, 7D and 37. RGB value is (198,125,55). Sum of RGB (Red+Green+Blue) = 198+125+55=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67D37 is #3982C8. Grayscale: #8B8B8B. Windows color (decimal): -3769033 or 3636678. OLE color: 3636678.

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

Color convert

RGB 198 125 55 -
CMYK 0 0.37 0.72 0.22
HSL 29.37º 0.57% 0.5% -
HSV(B) 29.37º 0.72% 0.78% -
XYZ 31.31 26.95 7.17 -
YUV 138.85 80.68 170.19 -
System Red Green Blue C M Y K H S L
Decimal 198 125 55 0 0.37 0.72 0.22 29.37 0.57 0.5
Hex C6 7D 37 0 25 48 16 1D 39 32
Octal 306 175 67 0 45 110 26 35 71 62
Binary 11000110 1111101 110111 0 100101 1001000 10110 11101 111001 110010

Color Harmonies of #C67D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67D37

Black with #C67D37

Text Example


Text Example

White with #C67D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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