Html Css Color HEX #C69234 Hokey Pokey

📋 copy color: '#C69234'

red 198 ◦ green 146 ◦ blue 52

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

Shades of Hokey Pokey #C69234

Tints of Hokey Pokey #C69234

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.87%

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

R = 50%
G = 36.87%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C69234 (or 0xC69234) is known color: Hokey Pokey. HEX triplet: C6, 92 and 34. RGB value is (198,146,52). Sum of RGB (Red+Green+Blue) = 198+146+52=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C69234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69234 is #396DCB. Grayscale: #979797. Windows color (decimal): -3763660 or 3445446. OLE color: 3445446.

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

Color convert

RGB 198 146 52 -
CMYK 0 0.26 0.74 0.22
HSL 38.63º 0.58% 0.49% -
HSV(B) 38.63º 0.74% 0.78% -
XYZ 34.19 32.81 7.78 -
YUV 150.83 72.23 161.64 -
System Red Green Blue C M Y K H S L
Decimal 198 146 52 0 0.26 0.74 0.22 38.63 0.58 0.49
Hex C6 92 34 0 1A 4A 16 27 3A 31
Octal 306 222 64 0 32 112 26 47 72 61
Binary 11000110 10010010 110100 0 11010 1001010 10110 100111 111010 110001

Color Harmonies of #C69234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69234

Black with #C69234

Text Example


Text Example

White with #C69234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69234; }

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

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

background-color css

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

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

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

border-color css

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

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

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