Html Css Color HEX #C69033 Hokey Pokey

📋 copy color: '#C69033'

red 198 ◦ green 144 ◦ blue 51

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

Shades of Hokey Pokey #C69033

Tints of Hokey Pokey #C69033

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.64%

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

R = 50.38%
G = 36.64%
B = 12.98%

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

#C69033 (or 0xC69033) is known color: Hokey Pokey. HEX triplet: C6, 90 and 33. RGB value is (198,144,51). Sum of RGB (Red+Green+Blue) = 198+144+51=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C69033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69033 is #396FCC. Grayscale: #959595. Windows color (decimal): -3764173 or 3379398. OLE color: 3379398.

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

Color convert

RGB 198 144 51 -
CMYK 0 0.27 0.74 0.22
HSL 37.96º 0.59% 0.49% -
HSV(B) 37.96º 0.74% 0.78% -
XYZ 33.86 32.19 7.56 -
YUV 149.54 72.39 162.56 -
System Red Green Blue C M Y K H S L
Decimal 198 144 51 0 0.27 0.74 0.22 37.96 0.59 0.49
Hex C6 90 33 0 1B 4A 16 26 3B 31
Octal 306 220 63 0 33 112 26 46 73 61
Binary 11000110 10010000 110011 0 11011 1001010 10110 100110 111011 110001

Color Harmonies of #C69033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69033

Black with #C69033

Text Example


Text Example

White with #C69033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69033; }

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

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

background-color css

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

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

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

border-color css

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

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

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