Html Css Color HEX #C69133 Hokey Pokey

📋 copy color: '#C69133'

red 198 ◦ green 145 ◦ blue 51

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

Shades of Hokey Pokey #C69133

Tints of Hokey Pokey #C69133

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.8%

 BLUE value IS 51 (20.31% from 255) = 12.94%

R = 50.25%
G = 36.8%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C69133 (or 0xC69133) is known color: Hokey Pokey. HEX triplet: C6, 91 and 33. RGB value is (198,145,51). Sum of RGB (Red+Green+Blue) = 198+145+51=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C69133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69133 is #396ECC. Grayscale: #969696. Windows color (decimal): -3763917 or 3379654. OLE color: 3379654.

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

Color convert

RGB 198 145 51 -
CMYK 0 0.27 0.74 0.22
HSL 38.37º 0.59% 0.49% -
HSV(B) 38.37º 0.74% 0.78% -
XYZ 34.01 32.5 7.61 -
YUV 150.13 72.06 162.14 -
System Red Green Blue C M Y K H S L
Decimal 198 145 51 0 0.27 0.74 0.22 38.37 0.59 0.49
Hex C6 91 33 0 1B 4A 16 26 3B 31
Octal 306 221 63 0 33 112 26 46 73 61
Binary 11000110 10010001 110011 0 11011 1001010 10110 100110 111011 110001

Color Harmonies of #C69133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69133

Black with #C69133

Text Example


Text Example

White with #C69133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69133; }

 p { color: rgb(198,145,51); }

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

background-color css

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

 a { background-color: rgb(198,145,51); }

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

border-color css

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

 span { border-color: rgb(198,145,51); }

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