Html Css Color HEX #C67934 Golden Bell

📋 copy color: '#C67934'

red 198 ◦ green 121 ◦ blue 52

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

Shades of Golden Bell #C67934

Tints of Golden Bell #C67934

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.61%

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

R = 53.37%
G = 32.61%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C67934 (or 0xC67934) is known color: Golden Bell. HEX triplet: C6, 79 and 34. RGB value is (198,121,52). Sum of RGB (Red+Green+Blue) = 198+121+52=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C67934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67934 is #3986CB. Grayscale: #888888. Windows color (decimal): -3770060 or 3439046. OLE color: 3439046.

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

Color convert

RGB 198 121 52 -
CMYK 0 0.39 0.74 0.22
HSL 28.36º 0.58% 0.49% -
HSV(B) 28.36º 0.74% 0.78% -
XYZ 30.75 25.93 6.63 -
YUV 136.16 80.51 172.11 -
System Red Green Blue C M Y K H S L
Decimal 198 121 52 0 0.39 0.74 0.22 28.36 0.58 0.49
Hex C6 79 34 0 27 4A 16 1C 3A 31
Octal 306 171 64 0 47 112 26 34 72 61
Binary 11000110 1111001 110100 0 100111 1001010 10110 11100 111010 110001

Color Harmonies of #C67934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67934

Black with #C67934

Text Example


Text Example

White with #C67934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67934; }

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

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

background-color css

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

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

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

border-color css

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

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

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