Html Css Color HEX #C69434 Hokey Pokey

📋 copy color: '#C69434'

red 198 ◦ green 148 ◦ blue 52

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

Shades of Hokey Pokey #C69434

Tints of Hokey Pokey #C69434

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.19%

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

R = 49.75%
G = 37.19%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C69434 (or 0xC69434) is known color: Hokey Pokey. HEX triplet: C6, 94 and 34. RGB value is (198,148,52). Sum of RGB (Red+Green+Blue) = 198+148+52=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C69434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69434 is #396BCB. Grayscale: #989898. Windows color (decimal): -3763148 or 3445958. OLE color: 3445958.

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

Color convert

RGB 198 148 52 -
CMYK 0 0.25 0.74 0.22
HSL 39.45º 0.58% 0.49% -
HSV(B) 39.45º 0.74% 0.78% -
XYZ 34.5 33.43 7.88 -
YUV 152.01 71.57 160.81 -
System Red Green Blue C M Y K H S L
Decimal 198 148 52 0 0.25 0.74 0.22 39.45 0.58 0.49
Hex C6 94 34 0 19 4A 16 27 3A 31
Octal 306 224 64 0 31 112 26 47 72 61
Binary 11000110 10010100 110100 0 11001 1001010 10110 100111 111010 110001

Color Harmonies of #C69434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69434

Black with #C69434

Text Example


Text Example

White with #C69434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69434; }

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

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

background-color css

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

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

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

border-color css

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

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

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