Html Css Color HEX #C69B3F Anzac

📋 copy color: '#C69B3F'

red 198 ◦ green 155 ◦ blue 63

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

Shades of Anzac #C69B3F

Tints of Anzac #C69B3F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.26%

 BLUE value IS 63 (25% from 255) = 15.14%

R = 47.6%
G = 37.26%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C69B3F (or 0xC69B3F) is known color: Anzac. HEX triplet: C6, 9B and 3F. RGB value is (198,155,63). Sum of RGB (Red+Green+Blue) = 198+155+63=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69B3F is #3964C0. Grayscale: #9D9D9D. Windows color (decimal): -3761345 or 4168646. OLE color: 4168646.

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

Color convert

RGB 198 155 63 -
CMYK 0 0.22 0.68 0.22
HSL 40.89º 0.54% 0.51% -
HSV(B) 40.89º 0.68% 0.78% -
XYZ 35.91 35.81 9.72 -
YUV 157.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 198 155 63 0 0.22 0.68 0.22 40.89 0.54 0.51
Hex C6 9B 3F 0 16 44 16 29 36 33
Octal 306 233 77 0 26 104 26 51 66 63
Binary 11000110 10011011 111111 0 10110 1000100 10110 101001 110110 110011

Color Harmonies of #C69B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69B3F

Black with #C69B3F

Text Example


Text Example

White with #C69B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69B3F; }

 p { color: rgb(198,155,63); }

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

background-color css

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

 a { background-color: rgb(198,155,63); }

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

border-color css

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

 span { border-color: rgb(198,155,63); }

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