Html Css Color HEX #C68334 Golden Bell

📋 copy color: '#C68334'

red 198 ◦ green 131 ◦ blue 52

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

Shades of Golden Bell #C68334

Tints of Golden Bell #C68334

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.38%

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

R = 51.97%
G = 34.38%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C68334 (or 0xC68334) is known color: Golden Bell. HEX triplet: C6, 83 and 34. RGB value is (198,131,52). Sum of RGB (Red+Green+Blue) = 198+131+52=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C68334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68334 is #397CCB. Grayscale: #8E8E8E. Windows color (decimal): -3767500 or 3441606. OLE color: 3441606.

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

Color convert

RGB 198 131 52 -
CMYK 0 0.34 0.74 0.22
HSL 32.47º 0.58% 0.49% -
HSV(B) 32.47º 0.74% 0.78% -
XYZ 32.02 28.49 7.06 -
YUV 142.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 198 131 52 0 0.34 0.74 0.22 32.47 0.58 0.49
Hex C6 83 34 0 22 4A 16 20 3A 31
Octal 306 203 64 0 42 112 26 40 72 61
Binary 11000110 10000011 110100 0 100010 1001010 10110 100000 111010 110001

Color Harmonies of #C68334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68334

Black with #C68334

Text Example


Text Example

White with #C68334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68334; }

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

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

background-color css

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

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

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

border-color css

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

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

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