Html Css Color HEX #C67E3B Golden Bell

📋 copy color: '#C67E3B'

red 198 ◦ green 126 ◦ blue 59

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

Shades of Golden Bell #C67E3B

Tints of Golden Bell #C67E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.4%

R = 51.7%
G = 32.9%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C67E3B (or 0xC67E3B) is known color: Golden Bell. HEX triplet: C6, 7E and 3B. RGB value is (198,126,59). Sum of RGB (Red+Green+Blue) = 198+126+59=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67E3B is #3981C4. Grayscale: #8C8C8C. Windows color (decimal): -3768773 or 3899078. OLE color: 3899078.

HSL color Cylindrical-coordinate representation of color #C67E3B: hue angle of 28.92º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C67E3B is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 126 59 -
CMYK 0 0.36 0.70 0.22
HSL 28.92º 0.55% 0.5% -
HSV(B) 28.92º 0.7% 0.78% -
XYZ 31.54 27.24 7.73 -
YUV 139.89 82.35 169.45 -
System Red Green Blue C M Y K H S L
Decimal 198 126 59 0 0.36 0.70 0.22 28.92 0.55 0.5
Hex C6 7E 3B 0 24 46 16 1D 37 32
Octal 306 176 73 0 44 106 26 35 67 62
Binary 11000110 1111110 111011 0 100100 1000110 10110 11101 110111 110010

Color Harmonies of #C67E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67E3B

Black with #C67E3B

Text Example


Text Example

White with #C67E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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