Html Css Color HEX #C69842 Anzac

📋 copy color: '#C69842'

red 198 ◦ green 152 ◦ blue 66

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

Shades of Anzac #C69842

Tints of Anzac #C69842

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.54%

 BLUE value IS 66 (26.17% from 255) = 15.87%

R = 47.6%
G = 36.54%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C69842 (or 0xC69842) is known color: Anzac. HEX triplet: C6, 98 and 42. RGB value is (198,152,66). Sum of RGB (Red+Green+Blue) = 198+152+66=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C69842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69842 is #3967BD. Grayscale: #9C9C9C. Windows color (decimal): -3762110 or 4364486. OLE color: 4364486.

HSL color Cylindrical-coordinate representation of color #C69842: hue angle of 39.09º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C69842 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 152 66 -
CMYK 0 0.23 0.67 0.22
HSL 39.09º 0.54% 0.52% -
HSV(B) 39.09º 0.67% 0.78% -
XYZ 35.5 34.86 10.01 -
YUV 155.95 77.24 157.99 -
System Red Green Blue C M Y K H S L
Decimal 198 152 66 0 0.23 0.67 0.22 39.09 0.54 0.52
Hex C6 98 42 0 17 43 16 27 36 34
Octal 306 230 102 0 27 103 26 47 66 64
Binary 11000110 10011000 1000010 0 10111 1000011 10110 100111 110110 110100

Color Harmonies of #C69842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69842

Black with #C69842

Text Example


Text Example

White with #C69842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69842; }

 p { color: rgb(198,152,66); }

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

background-color css

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

 a { background-color: rgb(198,152,66); }

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

border-color css

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

 span { border-color: rgb(198,152,66); }

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