Html Css Color HEX #C69438 Anzac

📋 copy color: '#C69438'

red 198 ◦ green 148 ◦ blue 56

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

Shades of Anzac #C69438

Tints of Anzac #C69438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.93%

R = 49.25%
G = 36.82%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C69438 (or 0xC69438) is known color: Anzac. HEX triplet: C6, 94 and 38. RGB value is (198,148,56). Sum of RGB (Red+Green+Blue) = 198+148+56=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 56 (22.27% from 255 or 13.93% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C69438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69438 is #396BC7. Grayscale: #989898. Windows color (decimal): -3763144 or 3708102. OLE color: 3708102.

HSL color Cylindrical-coordinate representation of color #C69438: hue angle of 38.87º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C69438 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 148 56 -
CMYK 0 0.25 0.72 0.22
HSL 38.87º 0.56% 0.5% -
HSV(B) 38.87º 0.72% 0.78% -
XYZ 34.59 33.47 8.38 -
YUV 152.46 73.57 160.48 -
System Red Green Blue C M Y K H S L
Decimal 198 148 56 0 0.25 0.72 0.22 38.87 0.56 0.5
Hex C6 94 38 0 19 48 16 27 38 32
Octal 306 224 70 0 31 110 26 47 70 62
Binary 11000110 10010100 111000 0 11001 1001000 10110 100111 111000 110010

Color Harmonies of #C69438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69438

Black with #C69438

Text Example


Text Example

White with #C69438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69438; }

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

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

background-color css

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

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

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

border-color css

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

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

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