Html Css Color HEX #C67E34 Golden Bell

📋 copy color: '#C67E34'

red 198 ◦ green 126 ◦ blue 52

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

Shades of Golden Bell #C67E34

Tints of Golden Bell #C67E34

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.51%

 BLUE value IS 52 (20.7% from 255) = 13.83%

R = 52.66%
G = 33.51%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C67E34 (or 0xC67E34) is known color: Golden Bell. HEX triplet: C6, 7E and 34. RGB value is (198,126,52). Sum of RGB (Red+Green+Blue) = 198+126+52=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67E34 is #3981CB. Grayscale: #8B8B8B. Windows color (decimal): -3768780 or 3440326. OLE color: 3440326.

HSL color Cylindrical-coordinate representation of color #C67E34: hue angle of 30.41º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C67E34 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 126 52 -
CMYK 0 0.36 0.74 0.22
HSL 30.41º 0.58% 0.49% -
HSV(B) 30.41º 0.74% 0.78% -
XYZ 31.37 27.18 6.84 -
YUV 139.09 78.85 170.02 -
System Red Green Blue C M Y K H S L
Decimal 198 126 52 0 0.36 0.74 0.22 30.41 0.58 0.49
Hex C6 7E 34 0 24 4A 16 1E 3A 31
Octal 306 176 64 0 44 112 26 36 72 61
Binary 11000110 1111110 110100 0 100100 1001010 10110 11110 111010 110001

Color Harmonies of #C67E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67E34

Black with #C67E34

Text Example


Text Example

White with #C67E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67E34; }

 p { color: rgb(198,126,52); }

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

background-color css

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

 a { background-color: rgb(198,126,52); }

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

border-color css

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

 span { border-color: rgb(198,126,52); }

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